Skip to main content

Get TM Notice

This endpoint allows you to get the TM notice of a given domain.

Endpoint

GET /registrar/v1/tm_notice/{domain}

Parameters

NameLocationRequiredTypeDescription
domainPathYesStringA complete domain name

Response

TM Notce

Example Request

GET /registrar/v1/tm_notice/example.com
Content-Type: application/json

Example Response

{
"message": "Ok",
"data": {
"id": "370d0b7c9223372036854775807",
"not_before": "2010-08-14T09:00:00.0Z",
"not_after": "2010-08-16T09:00:00.0Z",
"label": "example-one",
"mark_names": ["Example One", "Example-One"]
}
}